home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mercuryz.zip / QUADRAT.EKA < prev    next >
Text File  |  1992-03-24  |  149b  |  8 lines

  1. ; This demonstrates minimizing a simple function.
  2.  
  3. MINIMIZE F
  4.  F = x^2 - 7x + 10
  5.  -100 < x < +100
  6.  
  7. { Exact solution is x = 3.5, F = -2.25. }
  8.